home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 December
/
PCWorld_2007-12_cd.bin
/
domacnost a kancelar
/
autoit
/
autoit-v3-setup.exe
/
Examples
/
Helpfile
/
_IsClassName.au3
< prev
next >
Wrap
Text File
|
2007-09-08
|
213b
|
8 lines
#include <Misc.au3>
Run("Notepad")
WinWaitActive("[CLASS:Notepad]")
$hWnd = WinGetHandle("[LAST]")
If _IsClassName($hWnd,"Notepad") Then
Msgbox(0,"Classname","Active window is an Notepad classname")
EndIf